begintalkscript;

variables;
begintalknode 1;
 state = -1;
 nextstate = 1;
 question = "Manager";
 text1 = "There is a man at the control panel. You met him the other day when you came through.";
 text2 = "_Hello again! How can I help?_";
 text5 = "He smiles when you greet him again. _Hello, how can I help?_";
 action = INTRO;
 
begintalknode 2;
 state = 1;
 nextstate = -1;
 question = "Can we leave?";
 text1 = "He puts on his best sarcastic voice. _Oh, no. Of couse not. You are trapped here._";
 text2 = "_Of course you can! Just step into the portal when you are ready. Not after lunch, of course._";
 
begintalknode 3;
 state = 1;
 nextstate = -1;
 question = "Is everything alright?";
 text1 = "_It is going great. We are making a lot of money here._";
 
begintalknode 4;
 state = 1;
 nextstate = -1;
 question = "This room is a bit bland";
 
text1 = "_It was supposed to be smaller. The architect was an idiot. We are also planning on doing some decorations soon._";
